home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir30 / heaven_1.zip / DDALIAS.DCL next >
Text File  |  1993-09-17  |  373b  |  19 lines

  1. ddalias : dialog {
  2.    label = "Command Aliases";
  3.    : row {
  4.       : popup_list {
  5.          key = "command";
  6.          label = "Command:";
  7.          width = 20;
  8.          fixed_width = true;
  9.       }   
  10.       : edit_box {
  11.          key = "alias";
  12.          label = "Alias:";
  13.          width = 20;
  14.          fixed_width = true;
  15.       }
  16.    }    
  17.    ok_cancel_err; 
  18. }
  19.